/* Definicon General de las etiquetas Basicas XXX */

header,
section,
footer,
body img {
    margin: 5px auto;
    font-family: Impact, 'Arial Narrow Bold';
    font-weight: 400;
    font-style: normal;
}

.jockey-one-regular {
    font-family: Impact, 'Arial Narrow Bold';
    font-weight: 400;
    font-style: normal;
}

.container {
    width: 90%;
    height: auto;
    max-width: 360px;
    max-height: 625px;
}

.btn span.icon {
    background: url(imgs/icon.png) no-repeat;
    float: left;
    width: 10px;
    height: 40px;
}

.input {
    font-family: 'Jockey One';
    text-align: center;
    font-weight: 400;
    font-size: xx-large;
}

.pelotero {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.pelotitaI {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    display: inline;
    display: inline-block;
    background-size: cover;
    border-radius: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid rgb(244, 11, 11);
    box-shadow: 10px 10px 10px rgba(8, 8, 8, 0.5);
    background-color: #07f517;
}

.pelotitaI:hover {
    color: rgb(8, 8, 8);
    font-weight: bold;
    animation: animacion 0.5s ease-in-out infinite alternate;
}

.pelotitaE {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    display: inline;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid rgb(5, 5, 5);
    box-shadow: 10px 10px 10px rgba(8, 8, 8, 0.5);
    background-color: #f80202;
}

.pelotitaE:hover {
    color: rgb(8, 8, 8);
    font-weight: bold;
    animation: animacion 0.5s ease-in-out infinite alternate;
}

.pelotitaP {
    width: 80px;
    height: 80px;
    margin-top: 5px;
    display: inline;
    display: inline-block;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgb(5, 5, 5);
    box-shadow: 10px 10px 10px rgba(8, 8, 8, 0.5);
    background-color: #f8cb02;
}

.pelotitaP:hover {
    color: rgb(8, 8, 8);
    font-weight: bold;
    animation: animacion 0.5s ease-in-out infinite alternate;
}

.Monto {
    font-family: Impact, 'Arial Narrow Bold';
    font-style: normal;
    font-size: xx-large;
    margin-top: 4%;
    color: black;
    text-align: center;
    margin-bottom: 2%;
    width: 70%;
    height: 60px;
    border-radius: 9px;
}

.fecha {
    font-family: "Jockey One", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    width: 60%;
    height: 60px;
    margin-bottom: 5%;
    font-style: normal;
    font-size: x-large;
    color: black;
    text-align: center;
    border-radius: 9px;
}

.Clientes {
    background-color: blue;
    font-family: Impact, 'Arial Narrow Bold';
    font-weight: 400;
    font-style: normal;
    font-size: x-large;
    text-align: center;
    color: white;
    margin-bottom: 3%;
    width: 70%;
    height: 7%;
    border-radius: 9px;
}

.areas {
    background-color: green;
    font-family: Impact, 'Arial Narrow Bold';
    font-weight: 400;
    font-style: normal;
    font-size: x-large;
    text-align: center;
    color: white;
    margin-bottom: 3%;
    width: 70%;
    height: 7%;
    border-radius: 9px;
}

.cuentas {
    background-color: #f8cb02;
    font-family: Impact, 'Arial Narrow Bold';
    font-style: normal;
    font-size: x-large;
    text-align: center;
    margin-bottom: 2%;
    width: 70%;
    height: 7%;
    border-radius: 9px;
}

.Textos {
    font-family: Impact, 'Arial Narrow Bold';
    font-style: normal;
    font-size: xx-large;
    color: green;
    text-align: center;
    width: 80%;
    height: 3%;
    border-radius: 9px;
}

.Guardar {
    background-color: green;
    font-family: Impact, 'Arial Narrow Bold';
    font-style: normal;
    color: white;
    font-size: xx-large;
    text-align: center;
    width: 70%;
    border-radius: 9px;
}

.footer {
    height: 2%;
}

@keyframes animacion {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media screen and (max-height: 625px) {
    .container {
        height: auto;
        background-color: #f80202;
    }
    .container {
        height: auto;
        background-color: aqua;
    }
}

.contengrip {
    background: #f8cb02;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    /* text-align: center; */
    justify-content: center;
}

.elementogrip {
    background-color: black;
    display: grid;
    gap: 15px;
    color: white;
    text-align: center;
}

.item-1 {
    background-color: #f8cb02;
    display: grid;
    color: black;
    text-decoration: underline;
}

.contengrip2 {
    background: #5de674;
    margin-top: 10px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    justify-content: center;
}